Roblox Studio Mcp Server [official]

Created By
studio-rust-mcp-servera year ago
Allows controlling Roblox Studio from MCP clients.
Overview

What is Roblox Studio MCP Server?

Roblox Studio MCP Server is a reference implementation of the Model Context Protocol (MCP) that allows communication between Roblox Studio and MCP clients like Claude Desktop.

How to use Roblox Studio MCP Server?

To use the server, install Roblox Studio and Claude Desktop, then set up the MCP server by downloading the release binaries or building from source. Follow the setup instructions to ensure proper communication between the tools.

Key features of Roblox Studio MCP Server?

  • Enables communication between Roblox Studio and Claude Desktop.
  • Long polling mechanism for real-time interaction.
  • Allows third-party tools to modify and read the contents of your opened place.

Use cases of Roblox Studio MCP Server?

  1. Automating tasks in Roblox Studio using AI prompts.
  2. Enhancing game development workflows with real-time feedback.
  3. Integrating AI capabilities into Roblox projects.

FAQ from Roblox Studio MCP Server?

  • Can I use this server with any version of Roblox Studio?

Yes, as long as you have the compatible version of Roblox Studio and Claude Desktop installed.

  • Is there any risk of data privacy with third-party tools?

Yes, third-party data handling and privacy practices are subject to their respective terms and conditions, so be cautious when using external tools.

  • How do I verify that the setup is correct?

Check the console output in Roblox Studio for messages indicating that the MCP plugin is ready for prompts.

Server Config

{
  "mcpServers": {
    "Roblox Studio": {
      "args": [
        "--stdio"
      ],
      "command": "/Users/user/git/studio-rust-mcp-server/target/debug/rbx-studio-mcp"
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
studio-rust-mcp-server
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

8 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago